home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Scripts / proxy_initialize.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  339 b   |  13 lines

  1. ## proxy_initialize.tg
  2. # This script us used to load the physical system service
  3. # After loading the service, you call must connect to it to use it.
  4. # See Also: proxy_connect.tg
  5. {
  6.     -name proxy_initialize
  7.     -start
  8.     -stop
  9.  
  10.     # load the physical system service
  11.     -action -print initializing the proxy...
  12.     -action -proxy -initialize
  13. }